Fix typo in help string for Cartoexplorer.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 30 Nov 2005 22:47:11 +0000 (22:47 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Wed, 30 Nov 2005 22:47:11 +0000 (22:47 +0000)
gpsbabel/pcx.c

index d6cf4c6568fc36f3338ec7baa40f136be031584e..a4a4a3e0581208537b637be95fc1e108bbda74fc 100644 (file)
@@ -40,7 +40,7 @@ arglist_t pcx_args[] = {
        {"deficon", &deficon, "Default icon name", "Waypoint", 
                ARGTYPE_STRING },
        {"cartoexplorer", &cartoexplorer,
-               "Write tracks compatible with CartoExploreror", "",
+               "Write tracks compatible with CartoExplorer", "",
                ARGTYPE_STRING },
        {0, 0, 0, 0, 0}
 };